babl-verify.sh: only recompile extensions, not tools
authorØyvind Kolås <pippin@gimp.org>
Thu, 15 Dec 2016 15:43:07 +0000 (16:43 +0100)
committerØyvind Kolås <pippin@gimp.org>
Thu, 15 Dec 2016 15:43:07 +0000 (16:43 +0100)
tools/babl-verify.sh

index 8799b8416a370969763f9b477bdbb7ccc213e100..5ba36952900120bb9a0bc1020ad3b92d203fd036 100755 (executable)
@@ -16,7 +16,6 @@ base_path=`realpath $base_path`
 echo $base_path
 
 make -C $base_path/extensions || exit
-make -C $base_path/tools || exit
 
 export BABL_PATH=$base_path/extensions/.libs